projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a621cf
)
(asm-mode): Don't mess with auto-fill mode.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 23 Dec 1993 03:16:25 +0000
(
03:16
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 23 Dec 1993 03:16:25 +0000
(
03:16
+0000)
lisp/progmodes/asm-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/asm-mode.el
b/lisp/progmodes/asm-mode.el
index 26097a501396d4eb45914e03ed18880b175a0f22..7ca17f86e295c59427edd4ccc2de0bda207d5bbc 100644
(file)
--- a/
lisp/progmodes/asm-mode.el
+++ b/
lisp/progmodes/asm-mode.el
@@
-123,7
+123,6
@@
Special commands:\\{asm-mode-map}
(setq comment-end "")
(make-local-variable 'comment-column)
(setq comment-column 32)
- (auto-fill-mode 1)
(setq fill-prefix "\t")
(run-hooks 'asm-mode-hook)
)